home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 030a / tscan200.zip / TSQUICK.DOC < prev   
Text File  |  1991-09-13  |  2KB  |  51 lines

  1.  
  2. THIS IS FOR ALL OF YOU THAT WANT TO SET UP TRANSCAN TO START WORKING RIGHT AWAY!
  3.  
  4. STEP 1  Put TRANSCAN.EXE in your \WC30 directory.
  5.  
  6. STEP 2  Initialize TranScan by just typing TRANSCAN.
  7.  
  8. STEP 3  In your \WC30 directory change or create your SCANFILE.BAT
  9.         so it has just one line like this:
  10.  
  11.         transcan %1
  12.  
  13.         Please note this important quote from the Wildcat 3.0 Manual:
  14.  
  15.              "Note that for proper operation WILDCAT! expects the same
  16.              filename to be returned after the virus scan that was sent
  17.              to the SCANFILE.BAT.  Manipulations may be made in the scan
  18.              process, but the filename must be unchanged."
  19.  
  20.         Please do not add -CARJ, -CZIP, or -C<anything> to the command line
  21.         above or you will be violating this Wildcat rule and it does mess
  22.         things up! <grin>
  23.  
  24. STEP 4  In your daily maintenance batch file add the following line:
  25.  
  26.         transcan -F -cARJ
  27.                  ^| ^^|^^
  28.                   |   + or your choice of compression method
  29.                   + process filelist TRANSCAN.LST which is a list of all
  30.                     the files just scanned earlier
  31.  
  32. STEP 5  If you would like an ARJ or ZIP comment added to your file add the
  33.         following line to your AUTOEXEC.BAT file and run once:
  34.  
  35.         set ZIPCOMNT = c:\util\comment.fil
  36.                        ^^^^^^^^|^^^^^^^^^^
  37.                                + full path and filename for your comment
  38.                                  file
  39.  
  40. STEP 6  If you want to compress GIF files using GIFLite then put GIFLite.EXE
  41.         in a directory that is in your PATH and add -G as follows:
  42.  
  43.         transcan -F -G -cARJ
  44.                  ^| ^| ^^|^^
  45.                   |  |   + or your choice of compression method
  46.                   |  + run GIFLite on all GIF files on list
  47.                   + process filelist TRANSCAN.LST which is a list of all the
  48.                     files just scanned earlier
  49.  
  50. THAT'S THE QUICK SETUP!  ENJOY!
  51. t TRANSCA